home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / Visual Cafe Pro v1.0 / VISCAFE.BIN / RollOverButton.desc < prev    next >
Encoding:
Text File  |  1997-06-19  |  3.3 KB  |  49 lines

  1. ; symantec.itools.awt.RollOverButton component description
  2.  
  3. //  Created and implemented by Levi Brown, Symantec Macintosh Internet Tools.
  4. //     02/04/97    LAB    Checked it in
  5. //     02/04/97    LAB    Fixed a problem with the image URL properties, and commented
  6. //                out the FrameName property.
  7.  
  8. CLASS=symantec.itools.awt.RollOverButton
  9.  
  10. //SMALLICON=components\RollOverButton.ico, "0"
  11. ICONSUITE=Icons, "190"
  12.  
  13. FOLDER=Additional
  14. TOOLBAR=Additional
  15.  
  16. AWTEVENT=ACTION
  17.  
  18. PROPERTY=Boolean,  "Center Mode", "CenterMode", "true"
  19. PROPERTY=Boolean,  "Clear Frame", "ClearFrame", "false"
  20. PROPERTY=URL,      "Standard Image", "StandardURL", "", "Image Files(*.jpg;*.gif)"
  21. PROPERTY=URL,      "Mouse Over Image", "OverURL", "", "Image Files(*.jpg;*.gif)"
  22. PROPERTY=URL,      "Mouse Down Image", "DownURL", "", "Image Files(*.jpg;*.gif)"
  23. PROPERTY=URL,      "HTML Link URL", "URL", "", "HTML Files(*.html;*.htm)"
  24. //PROPERTY=String,   "Frame Name", "Frame", ""
  25.  
  26. CONNECTION=input,  "RelativeURL","", "%name%.setStandardURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the relative default state image URL"
  27. CONNECTION=input,  "RelativeURL","", "%name%.setOverURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the relative over state image URL"
  28. CONNECTION=input,  "RelativeURL","", "%name%.setDownURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the relative down state image URL"
  29. CONNECTION=input,  "RelativeURL","", "%name%.setURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the relative HTML Link URL"
  30. CONNECTION=input,  "Image", "", "%name%.setStandardImage(%arg%);", "Set the default state image"
  31. CONNECTION=input,  "Image", "", "%name%.setOverImage(%arg%);", "Set the over state image"
  32. CONNECTION=input,  "Image", "", "%name%.setDownImage(%arg%);", "Set the down state image"
  33. CONNECTION=output, "Image", "", "%name%.getStandardImage()", "Get the default state image"
  34. CONNECTION=output, "Image", "", "%name%.getOverImage()", "Get the over state image"
  35. CONNECTION=output, "Image", "", "%name%.getDownImage()", "Get the down state image"
  36. CONNECTION=input,  "URL",  "", "%name%.setURL(%arg%);", "Set the HTML Link URL"
  37. CONNECTION=output, "URL",  "", "%name%.getURL()", "Get the HTML Link URL"
  38. CONNECTION=input,  "String", "", "%name%.setFrame(%arg%);", "Set the HTML Link frame name"
  39. CONNECTION=output, "String", "", "%name%.getFrame()", "Get the HTML Link frame name"
  40. CONNECTION=input,  "void", "", "%name%.setClearFrame(true);", "Clear frame between each image"
  41. CONNECTION=input,  "void", "", "%name%.setClearFrame(false);","Don't clear frame between each image"
  42. CONNECTION=input,  "void", "", "%name%.setClearFrame(!getClearFrame());","Toggle clearing the frame between each image"
  43. CONNECTION=input,  "boolean", "", "%name%.setClearFrame(%arg%);", "Set Clear Frame"
  44. CONNECTION=output, "boolean", "", "%name%.getClearFrame()", "Get Clear Frame"
  45. CONNECTION=input,  "void", "", "%name%.setCenterMode(true);", "Center images in the button"
  46. CONNECTION=input,  "void", "", "%name%.setCenterMode(false);","Don't center images in the button"
  47. CONNECTION=input,  "void", "", "%name%.setCenterMode(!getCenterMode());","Toggle the centering of images in the button"
  48. CONNECTION=input,  "boolean", "", "%name%.setCenterMode(%arg%);", "Set Center Mode"
  49. CONNECTION=output, "boolean", "", "%name%.getCenterMode()", "Get Center Mode"